From: Karl Heuer Date: Wed, 13 Dec 1995 01:36:02 +0000 (+0000) Subject: (change-log-mode): Defaults for `indent-tabs-mode' X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~85363 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=4f675a8c509db3226ea6358d2a9f0d7069ac2487;p=emacs.git (change-log-mode): Defaults for `indent-tabs-mode' and `tab-width'. --- diff --git a/lisp/add-log.el b/lisp/add-log.el index f89435a396f..40ed5c1ab76 100644 --- a/lisp/add-log.el +++ b/lisp/add-log.el @@ -279,7 +279,9 @@ Runs `change-log-mode-hook'." (setq major-mode 'change-log-mode mode-name "Change Log" left-margin 8 - fill-column 74) + fill-column 74 + indent-tabs-mode t + tab-width 8) (use-local-map change-log-mode-map) ;; Let each entry behave as one paragraph: ;; We really do want "^" in paragraph-start below: it is only the lines that